<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* font-family: SourceHanSansCN !important; */
}

.mauto {
    max-width: 1450px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    background: url(../images/bg-header.png)top center;
    background-size: 100% 100%;
    border-radius: 0 0 20px 20px;
    padding: 0 .34rem;
}

.header .top {
    padding: .14rem 0;
    border-bottom: 1px solid #CDCDCD;
}

.header .top&gt;p {
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    margin-right: 5%;
}

.header .top&gt;p&gt;img {
    margin-right: 5px;
    width: auto;
    height: max-content;
    display: block;
    object-fit: contain;
}

.header .logo {
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
}


.header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-width: 110px
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.header.on ul li:hover&gt;a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li&gt;a {
    position: relative;
    width: auto;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li&gt;a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #339AD5;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 6px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

nav ul li .sub-nav a {
    text-transform: uppercase;
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 106px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}

.header.on nav ul li&gt;a {
    color: #000;
}

.header-menu {
    height: 100%;
}

.header-menu .search-btn::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #339AD5
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 66px
}

.header.active {
    background-color: #fff;
}

.header.on,
.header.cur {
    /* background: #ffffff; */
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav ul li&gt;a {
    color: #000;
}

.header-ul {
    height: 100%;
}

.header-ul li&gt;a:hover {
    color: #505050;
}

.header-search {
    width: 106px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  new  */
.public-top {
    padding-top: 119px;
}

.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

.language-t {
    font-weight: 500;
    font-size: 16px;
    color: #4C4C4C;
}

.language-t::after {
    content: none;
}

.header-menu-i {
    line-height: 66px;
    margin-right: .37rem;
}

.header-menu-i .line {
    color: #AAAAAA;
    margin: 0 .1rem;
}

.header-menu-img {
    width: auto;
    height: max-content;
    display: block;
    object-fit: contain;
    margin-right: 10px;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgb(96 177 223);
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m&gt;ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(96, 177, 223, .8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul&gt;li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul&gt;li&gt;a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul&gt;li a {
    color: #fff;
}

/* downmenu */
.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: .23rem;
}


.homeSwiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


.home-swiper-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-120%);
    display: flex;
    justify-content: flex-end;
    max-width: 1600px;
    margin: auto;
    padding: 0 20px;
}

.home-swiper-img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b&gt;img {
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-con&gt;.title {
    font-weight: 800;
    font-size: .72rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.41);
    text-align: center;
}

.home-swiper-con * {
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.41);
}

.home-swiper .swiper-pagination {
    width: max-content !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 3% !important;
    background: rgba(255, 255, 255, 0.57);
    border-radius: 14px;
    padding: 5px 29px;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.swiper-pagination-icon span {
    width: 80px !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 80px !important;
    height: 3px;
    border-radius: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.33) !important;
    transition: all 0.5s ease;
    opacity: 1;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    height: 7px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    transition: all 5s linear;
}

.home-model1 {
    padding: 1.31rem 0 1.87rem;
}

.public-title {
    font-weight: 800;
    font-size: 36px;
    color: #007bc6;
    text-transform: uppercase;
}

.public-title.whites {
    color: #fff
}

.public-title.center {
    text-align: center;
}

.public-title.center::after {
    margin-left: auto;
    margin-right: auto;
}

.public-title.whites::after {
    background: #fff;
}

.public-title::after {
    width: 55px;
    height: 2px;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    content: '';
    display: block;
    margin-top: 17px;
}

.model1-swiper-con {
    background: #fff;
    padding: .36rem 20px;
    text-align: center;
}

.model1-swiper-con&gt;.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
}

.model1-swiper-con&gt;.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 24px;
    margin-top: 5px;
}

.model1-swiper {
    margin-top: .84rem;
}

.model1-swiper-i {
    width: 100%;
}

.home-model2 .row {
    padding: 1.47rem 20px 1.13rem;
}

.home-model2 .row .left {
    width: 335px;
    margin-right: .39rem;
}

.home-model2 .row .left&gt;.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
    margin: .51rem 0 .75rem;
}

.home-model2 .row .right {
    width: calc(100% - 335px);
}

.public-more&gt;.t1 {
    font-weight: bold;
    font-size: 16px;
    color: #7BBA66;
    margin-left: 11px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 31px;
    height: 32px;
}

.model2-swiper-con {
    padding: .2rem 20px .36rem;
    text-align: center;
}

.model2-swiper-con&gt;.t1 {
    font-weight: bold;
    font-size: 18px;
    color: #339AD5;
}

.model2-swiper-con&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
    margin: .15rem 0 .26rem;
}

.model2-swiper-con&gt;.t3 {
    width: max-content;
    height: 34px;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 17px;
    padding: 0 35px;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.model2-swiper-i {
    background: #fff;
    padding-top: .2rem;
}

.model2-swiper-page {
    margin-top: .58rem;
}

.model2-swiper-prev {
    margin-right: .25rem;
}

.home-model3 {
    padding: 1.31rem 0 1.02rem;
}

.home-model3&gt;.i1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-model3&gt;.i2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}



.mission-b-img {
    width: 6.88rem;
    height: 6.88rem;
    min-width: 6.88rem;
    min-height: 6.88rem;
    background: url(../images/bg-border.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
    animation: circle 30s linear 0s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.mission-b-i {
    max-width: 8rem;
    width: 100%;
    margin: auto;
}

.mission-b-child-i,
.mission-b-img-i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    position: absolute;
    animation: textcircle 30s linear 0s infinite;

}

.mission-b-child-i.b,
.mission-b-img-i.b {
    background: #7BBA66;
    top: 80%;
    left: 10%;
}

.mission-b-child-i.b {
    background: #008ED6;
    top: 92%;
}

.mission-b-child {
    width: 5.27rem;
    height: 5.28rem;
    border-radius: 50%;
    z-index: 1;
    animation: textcircle 10s linear 0s infinite;
    position: relative;
}

.mission-b-child-i {
    animation: circle 15s linear 0s infinite !important;
}

.mission-b-logo {
    position: absolute;
    z-index: 2;
    animation: textcircle 30s linear 0s infinite;
    border-radius: 50%;
    overflow: hidden;
    width: 5.27rem;
    height: 5.28rem;
}

.mission-b-logo&gt;img {
    object-fit: cover;
}

.home-model3 .row .right {
    margin-left: .88rem;
    width: calc(100% - 6.88rem);
}

.home-model3 .row .right&gt;.t1 {
    font-weight: bold;
    font-size: 18px;
    color: #339AD5;
    margin-top: .39rem;
}

.home-model3 .row .right&gt;.t2 {
    font-weight: normal;
    font-size: 16px;
    color: #565455;
    line-height: 26px;
    margin-bottom: .46rem;
}

.home-model3 .row .right&gt;.type {
    margin-top: .52rem;
}

.home-model3 .row .right&gt;.type .type-i {
    width: calc(100% / 3);
    margin-bottom: .48rem;
}

.top-i1-con .type .type-i&gt;.t1 .a,
.home-model3 .row .right&gt;.type .type-i&gt;.t1 .a {
    font-family: Impact;
    font-weight: 400;
    font-size: 40px;
    color: #339AD5;
    line-height: 40px;
}

.top-i1-con .type .type-i&gt;.t1 .b,
.home-model3 .row .right&gt;.type .type-i&gt;.t1 .b {
    font-weight: 400;
    font-size: 24px;
    color: #339AD5;
    line-height: 40px;
}

.top-i1-con .type .type-i&gt;.t1,
.home-model3 .row .right&gt;.type .type-i&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #565455;
}

.top-i1-con .type .type-i {
    width: calc(100% / 6);
}

.home-model4 {
    padding: .81rem 0 .96rem;
    background: #F6F9FC;
}

.home-model4-i {
    margin-top: .49rem;
}

.home-model4-i&gt;.left {
    width: 68%;
    margin-right: .44rem;
    background: #fff;
}

.home-model4-i&gt;.right {
    position: relative;
    width: 28%;
    background: #fff;
}

.home-model4-top {
    width: max-content;
    padding: 13px 28px;
    background: #60B1DF;
    border-radius: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-model4-top-b {
    padding-right: 20px;
}

.home-model4-list {
    padding: 18px 25px 25px;
}

.home-model4-list-img {
    max-width: 196px;
}

.home-model4-list-i {
    margin-bottom: 15px;
}

.home-model4-list-i:hover .home-model4-list-con .title .t1 {
    color: #339AD5;
}

.home-model4-list-i:last-child {
    margin-bottom: 0;
}

.home-model4-list-con .title .t1 {
    width: calc(100% - 100px);
    font-weight: bold;
    font-size: 16px;
    color: #303030;
}

.home-model4-list-con .title .time {
    font-weight: 500;
    font-size: 13px;
    color: #6F6F6F;
}

.home-model4-list-con .title .time&gt;img {
    margin-right: 4px;
}

.home-model4-list-con {
    width: calc(100% - 196px);
    margin-left: .35rem;
    border-bottom: 1px solid #B1B1B1;
}

.home-model4-list-con .info {
    font-weight: 500;
    font-size: 14px;
    color: #6F6F6F;
    line-height: 22px;
    margin: 20px 0 33px;
}

@keyframes circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes textcircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.home-model4-i .right .right-list {
    padding: 34px 30px;
}

.right-list-i {
    width: 100%;
    margin-bottom: 15px;
}

.right-list-i:last-child {
    margin-bottom: 0;
}

.right-list-i&gt;.t1 {
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    margin-bottom: 10px;
}

.right-list-i&gt;.time {
    font-weight: 500;
    font-size: 13px;
    color: #6F6F6F;
}

.right-list-i&gt;.time&gt;img {
    margin-right: 4px;
}

.home-model5-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-model5-info&gt;.t1 {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    margin: .38rem 0 .45rem;
}

.home-model5&gt;img {
    width: 100%;
    min-height: 4rem;
    max-height: 4.15rem;
    object-fit: cover;
    visibility: hidden;
    opacity: 0;
}

.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px
}

.sild-float .list&gt;a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: rgba(51, 154, 213, .76) no-repeat center center;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover&gt;a {
    background-color: rgba(51, 154, 213, 1);
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
    border-top-left-radius: 5px;
    overflow: hidden
}

.sild-float .list:last-child&gt;a {
    border-bottom-left-radius: 5px;
    overflow: hidden
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: max-content;
    background: rgba(51, 154, 213, .76);
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    transform: translateX(calc(-100% + 46px));
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background-color: rgba(51, 154, 213, 1);
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: calc(100% - 46px);
    text-align: left;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 0 10px;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

.public-footer-b {
    background: linear-gradient(180deg, #2752a1, #366ac8);
}

.public-footer {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.public-footer .top {
    padding: .57rem 0 .66rem;
}

.public-footer-num {
    padding: .29rem 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.46);
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.public-footer-i .msg {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 36px;
}

.public-footer-i .msg&gt;span {
    margin-right: 10px;
}

.public-footer-i .msg&gt;img {
    width: auto;
    height: max-content;
    display: block;
    margin-right: .18rem;
}

.public-footer-code-i {
    margin-right: .29rem;
}


.public-footer-code-i:last-child {
    margin-right: 0;
}


.public-footer-code-i&gt;.t1 {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: .16rem;
    text-align: center;
}

.public-banner&gt;img {
    display: block;
    width: 100%;
}

.public-menu {
    background: rgba(51, 154, 213, 0.9);
    border-radius: 5px 0px 0px 0px;
    margin-top: -71px;
    position: relative;
    z-index: 1;
}

.public-menu-i {
    padding: .25rem .5rem;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.public-menu-i:hover,
.public-menu-i.cur {
    font-weight: 800;
    background: linear-gradient(90deg, #74C157, #60CCF0);
}

.product-list {
    padding: .76rem 0 .87rem;
}

.product-list&gt;.row {
    margin-left: -23px;
}

.product-list-i {
    width: calc(100% / 4);
    padding-left: 23px;
    margin-bottom: .73rem;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #C9D9E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #339AD5;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: fit-content;
    margin: auto;
}

.page-b {
    margin: 0 15px;
}


.product-type-i {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1.47rem 20px;
    border-right: 1px solid #C1C9E1;
    position: relative;
}

.product-type-i:last-child {
    border-right: none;
}

.product-type-img {
    width: auto;
    height: max-content;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.product-type-i&gt;.t1 {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: .37rem;
    position: relative;
    z-index: 1;
}


.product-type-i::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: url(../images/bg-p2.png)no-repeat;
    background-size: 100% 100%;
    content: '';
    transition: all ease-out .4s;
}

.product-type-i:hover::after {
    height: 80%;
}

.product-detail {
    background: #fff;
    margin-top: 158px;
}

.product-detail-con {
    margin-top: .86rem;
    padding: 0 20px .89rem;
}

.product-detail-con&gt;.t1 {
    font-weight: bold;
    font-size: 60px;
    color: #339AD5;
    text-align: center;
}

.product-detail-con&gt;.t2 {
    font-weight: 500;
    font-size: 30px;
    color: #2C2C2C;
    margin: .26rem 0;
    text-align: center;
}

.product-detail-con&gt;img {
    display: block;
    width: auto;
    margin: auto;
}

.develop-b {
    padding-top: .91rem;
}

.develop-img {
    display: block;
    width: auto;
    margin: auto;
    object-fit: contain;
}

.develop-list {
    position: relative;
}

.develop-list-i {
    padding-bottom: .7rem;
}

.develop-list-i .left-i {
    width: 1.61rem;
    height: 1.61rem;
    background: rgba(0, 123, 198, 0.22);
    border-radius: 50%;
    background: url(../images/img-d3.png)no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
}

.develop-list-i .left,
.develop-list-i .right {
    width: 50%;
    padding: 0 50px;
}

.develop-list-i .left {
    display: flex;
    justify-content: flex-end;
}

.develop-list-i:nth-child(even) .left {
    display: flex;
    justify-content: flex-start;
}

.develop-list-i .right {
    padding-top: .29rem;
}

.develop-list-i .right .right-i em {
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: #007BC6;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 10px;
}

.develop-list-i .right .right-i {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
}

.develop-list::after {
    width: 36px;
    height: 100%;
    content: '';
    display: block;
    background: url(../images/img-d4.png);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.develop-list-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}


.develop-list-i:nth-child(even) .left-i {
    transform: rotateY(180deg);
}

.develop-list-i:nth-child(even) .left-i&gt;span {
    transform: rotateY(180deg);
}


.develop-list-i:nth-child(even) .right .right-i {
    display: flex;
    flex-direction: row-reverse;
}

.develop-list-i:nth-child(even) .right .right-i em {
    margin-left: 10px;
    margin-right: 0;
}

.develop-detail {
    padding: .85rem 0;
}

.leader-b {
    padding: 1.01rem 0;
}

.leader-b .row .left {
    width: 4.67rem;
}

.leader-b .row .right {
    width: calc(100% - 4.67rem);
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    padding-left: 1.14rem;
}

.business-b-i {
    padding: .8rem 0;
}

.business-b-img {
    width: 3.92rem;
    height: 3.92rem;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.business-b-con {
    width: 70%;
    padding: 0 .83rem;
}

.business-b-i:nth-child(even) {
    background: #F2F8FD;
}

.business-b-i:nth-child(even)&gt;.row {
    display: flex;
    flex-direction: row-reverse;
}

.business-b-con&gt;.t1 {
    font-weight: 800;
    font-size: 30px;
    color: #339AD5;
}

.business-b-con&gt;.t2 {
    color: #61B774;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.business-b-con&gt;.t3 {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.honor-title{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: .2rem;
}
.honor-b-top-i.cur .honor-b-top-img&gt;.i1,
.honor-b-top-img&gt;.i2 {
    display: none;
}

.honor-b-top-i.cur .honor-b-top-img&gt;.i2 {
    display: block;
}

.honor-b {
    padding: .78rem 0;
}

.honor-b-top-i {
    margin: 0 .45rem;
}


.honor-b-top-i&gt;.t1 {
    font-weight: bold;
    font-size: 16px;
    color: #393939;
    margin-top: .16rem;
}

.honor-b-top-i.cur&gt;.t1 {
    color: #339AD5;
}

.honor-b-list .uk-overlay-default {
    background: rgba(51, 154, 213, .8) !important;
}

.honor-b-list::after {
    width: 31%;
    content: '';
}

.honor-b-list {
    padding: .54rem 0;
}

.honor-b-list-i {
    width: 31%;
    padding: 35px 70px;
    background: #F6F6F6;
    margin-bottom: .53rem;
}

.society-b {
    padding: .87rem 0;
}


.society-b&gt;.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin: .3rem 0 .6rem;
}

.society-list .society-list-i {
    background: #F2F8FD;
    margin-right: 16px;
    padding: .54rem .34rem .4rem;
}

.society-list .society-list-i:first-child {
    flex: 1;
}

.society-list .society-list-i:last-child {
    flex: 2;
    margin-right: 0;
}

.society-list .society-list-i&gt;.t1 {
    font-weight: 800;
    font-size: 30px;
    color: #007BC6;
}

.society-list .society-list-i&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin: .2rem 0 .3rem;
}

.society-list-img&gt;img,
.society-list-img {
    width: 100%;
    object-fit: cover;
}

.industry-i {
    width: 100%;
}

.industry-i-min-l.cur{
    width: 100% !important;
}

.industry-i-min-l&gt;.title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.industry-i-min-l&gt;.time {
    margin: 15px 0 24px 0;
    position: relative;
    padding-left: 29px;
    font-size: 14px;
    font-weight: 300;
    color: #636363;
}

.industry-i-min-l&gt;.time::after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #339AD5;
    top: 50%;
    left: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.industry-i-min-l&gt;.info {
    font-size: 16px;
    font-weight: 500;
    color: #676767;
    line-height: 30px;
}

.industry-i-min-l&gt;.home-btn {
    width: max-content;
    height: 34px;
    margin-top: 40px;
    padding: 0 .34rem;
    border-radius: 17px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #676767;
}

.industry-i:hover .industry-i-min-l&gt;.home-btn {
    color: #FFFFFF;
    background: linear-gradient(90deg, #74C157, #60CCF0);
}


.industry-i:hover .industry-i-min-l&gt;.home-btn .i1,
.industry-i-min-l&gt;.home-btn .i2 {
    display: none;
}

.home-btn-i {
    display: flex;
    align-items: center;
}

.industry-i:hover .industry-i-min-l&gt;.home-btn .i2 {
    display: block;
}

.industry-i-min-l {
    width: 58%;
}

.industry-i-min-r {
    width: 38%;
    max-height: 284px;
}

.industry-i-min {
    padding-bottom: .3rem;
    border-bottom: 1px solid #F0F0F0;
}

.industry-i {
    -webkit-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    transition: all ease-out .4s;
    padding-bottom: 30px;
}

.industry-i:nth-last-child(2) .industry-i-min {
    margin-bottom: .3rem;
}

.industry-i:hover .industry-i-min-l&gt;.title {
    color: #339AD5;
}

.news-list {
    padding: .36rem 0 .56rem;
}



.news-list-n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 29px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 24px;
}

.dynamic-b-img {
    width: 40%;
    max-height: 284px;
    margin-right: 44px;
}

.dynamic-b-btn {
    width: fit-content;
    text-align: center;
    border: 1px solid #009ADC;
    margin-top: 4%;
    padding: 2% 6%;
}

.dynamic-b-btn&gt;.title {
    font-size: 16px;
    font-weight: 500;
    color: #009ADC;
    margin-right: 20px;
}

.dynamic-b-con {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.dynamic-b-con-a {
    font-size: 20px;
    font-weight: 800;
    color: #3D3D3D;
}

.dynamic-b-con1 p {
    width: 100%;
    font-weight: 800;
    font-size: 20px;
    color: #3D3D3D;
    margin-bottom: 19px;
}

.dynamic-b-btn:hover {
    border: 1px solid #009ADC;
    color: #009ADC;
}

.dynamic-b-date {
    padding: 16px;
    background-color: #EBF7FC;
    font-size: 14px;
    font-weight: normal;
    color: #009ADC;
    text-align: center;
    margin-right: 27px;
}

.dynamic-b-date h1 {
    font-size: 30px;
    font-weight: bold;
    color: #009ADC;
}

.dynamic-b-date p {
    width: max-content;
}

.news-list-n:hover .dynamic-b-date {
    background-color: #0692EF;
    color: #ffffff;
}

.news-list-n:hover .dynamic-b-date h1 {
    color: #ffffff;
}

.news-list-n:hover .dynamic-b-con p,
.news-list-n:hover .dynamic-b-con {
    color: #009ADC;
}

.news-list-n:hover .dynamic-b-con-detail {
    background: linear-gradient(90deg, #74C157, #60CCF0);
}

.news-list-n:hover .dynamic-b-con-detail&gt;.title {
    color: #fff;
}

.dynamic-b-con-a&gt;.title {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 2% 0;
    margin-right: 2%;
}

.dynamic-b-info {
    font-size: 16px;
    font-weight: 500;
    color: #676767;
    line-height: 30px;
}

.dynamic-b-time {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.dynamic-b-con-detail {
    width: 126px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dynamic-b-con-detail&gt;.title {
    font-weight: 500;
    font-size: 14px;
    color: #676767;
    white-space: nowrap;
}

.news-list-n&gt;.left {
    width: 90%;
}

.news-list-null {
    padding: .66rem 0 .58rem;
}

.news-list-n:nth-last-child(2) {
    margin-bottom: .43rem;
}

.newsdetail-b {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 4px solid #11A1E1;
    padding: 44px 34px 61px 52px;
}

.newsdetail-b h2 {
    font-size: 24px;
    font-weight: bold;
    color: #11A1E1;
    text-align: center;
}

.newsdetail-title {
    font-weight: bold;
    font-size: 16px;
    color: #717171;
    padding: .26rem 0 .66rem;
    border-bottom: 1px solid #E1E1E1;
}

.newsdetail-share {
    margin-left: 20px;
}

.newsdetail-share span {
    margin-right: 11px;
}

.newsdetail-share img {
    margin: 0 5px 0;
}

.newsdetail-con {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 36px;
    margin-top: 64px;
}

.newsdetail-con p {
    margin-bottom: 20px;
}

.newsdetail-con p {
    width: auto;
    display: block;
    margin: auto;
}

.newsdetail-page {
    margin-top: 55px;
}

.newsdetail-page span {
    width: 48%;
    font-size: 14px;
    font-weight: bold;
    color: #7D7D7D;
    background-color: #F5F5F5;
    padding: 20px;
    display: flex;
    align-items: center;
}

.newsdetail-page-i:hover {
    color: #339AD5;
}

.newsdetail-btn {
    width: 172px;
    height: 46px;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: auto;
    cursor: pointer;
    margin-top: 46px;
}


.newsdetail-btn img {
    margin-right: 10px;
}



.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 32%;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #fff;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .37rem;
    margin: auto;
}

.lx-box&gt;.t1 {
    font-weight: 400;
    font-size: 24px;
    color: #363636;
    margin-bottom: .32rem;
}

.lx-i-inpit-i&gt;.code {
    width: 125px;
    height: 42px;
}

.lx-i-inpit-i&gt;.code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lx-box {
    padding: 1rem 20px;
}

.contact-b {
    padding-top: .72rem;
}

.contact-b .top {
    max-width: 1024px;
    background: #F2F8FD;
    margin: .5rem auto;
    padding: 0;
}

.contacts-map {
    width: 590px;
    height: 300px;
}

.contact-b .top .left {
    width: 50%;
    display: flex;
    align-items: center;
}

.contact-b .top .left .left-i {
    width: 80%;
    margin: auto;
}

.contact-b .top .left .left-i .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #339AD5;
    margin-bottom: .3rem;
}

.contact-b .top .left .left-i .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #040000;
    line-height: 36px;
}

.contact-b .bottom {
    background: #F2F8FD;
    padding: .74rem 0;
}


.company-con,
.company-swiper {
    width: 50%;
}

.company-con {
    padding: 0 .73rem;
    position: relative;
    z-index: 1;
}

.company-con&gt;.t1 {
    font-weight: 800;
    font-size: 30px;
    color: #339AD5;
    line-height: 30px;
    margin-bottom: 20px;
}

.company-con&gt;.t2 {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.company-b .top {}

.company-b .top .top-i {
    min-height: 5rem;
    position: relative;
    padding: .82rem 0;
}

.company-b .top .top-i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 86.7%;
    height: 100%;
    content: '';
    background: #F2F8FD;
}

.company-b .top .top-i1 {
    padding: 1rem 0;
}

.company-b .top .top-i1 .title {}

.company-b .top .top-i1 .top-i1-img {
    margin-right: 1.53rem;
}

.company-b .top .top-i1 .top-i1-con&gt;.t1 {
    font-weight: bold;
    font-size: 30px;
    color: #339AD5;
}

.company-b .top .top-i1 .top-i1-con&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin: .4rem 0;
}

.company-b .top .top-i1 .top-i1-con .type {
    margin-top: .85rem;
}

.company-b .bottom {
    position: relative;
}

.company-b .bottom,
.company-b .bottom .bottom-img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
}

.company-b .bottom a {
    display: block;
    margin: auto;
}

.company-swiper-prev,
.company-swiper-next {
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    cursor: pointer;
    user-select: none;
}

.company-swiper-next {
    right: 4%;
}

.company-swiper-prev {
    right: 10%;
}

.bottom-img-play {
    width: 50px;
    height: 50px;
    background: url(../images/icon-play.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.about-model1 {
    padding: 1rem 0;
}

.about-model1-i {
    margin-top: .66rem;
}

.about-model1-img,
.about-model1-con {
    width: 50%;
}

.about-model1-con {
    background: #FFFFFF;
    border-radius: 5px;
    padding: .47rem .37rem;
    margin-left: -60px;
    position: relative;
    z-index: 1;
}

.about-model1-con&gt;.t1 {
    font-weight: 800;
    font-size: 24px;
    color: #339AD5;
}

.about-model1-con&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin: .2rem 0 .3rem;
}

.about-model1-con&gt;.t3 {
    width: max-content;
    height: 34px;
    padding: 0 .35rem;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.about-model2-con {
    width: calc(100% - 5.87rem)
}

.about-model2-img {
    max-width: 4.67rem;
    width: 100%;
}

.about-model2 {
    padding: .84rem 0 .64rem;
}

.about-model2-con&gt;.t1 {
    margin-top: .52rem;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.about-model3-list-con {
    padding: .52rem .53rem;
    text-align: center;
}

.about-model3-list-con&gt;.t1 {
    font-weight: 800;
    font-size: 24px;
    color: #339AD5;
}

.about-model3-list-con&gt;.t2 {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.about-model3-list-i:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}

.about-model3-list-img {
    height: max-content;
}

.about-model3-list {
    margin-top: .77rem;
    margin-left: -62px;
}

.about-model3-list-i {
    width: calc(100% / 4);
    padding-left: 62px;
}

.about-model3 {
    padding: .83rem 0 .91rem;
}

.public-btn {
    width: max-content;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 17px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 .35rem;
    margin: auto;
    margin-top: .86rem;
}

.about-model4 {
    background: #F2F8FD;
    padding: .98rem 0 .74rem;
}

.about-model4-swiper .swiper-wrapper {
    display: flex;
    align-items: center !important;
}

.about-model4-swiper .swiper-slide {
    transform: scale(.7) !important;
}

.about-model4-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
}

.about-model4-swiper {
    margin-top: .63rem;
}

.about-model4-swiper-next,
.about-model4-swiper-prev {
    width: auto;
    height: max-content;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.about-model4-swiper-prev {
    left: 30%;
}

.about-model4-swiper-next {
    right: 30%;
}

.about-model4-swiper-img&gt;img,
.about-model4-swiper-img {
    width: 100%;
    object-fit: contain;
}

.about-model5 {
    padding: 1rem 0;
}


.model3-swiper {
    width: 80%;
    margin-top: .74rem;
}

.model3-swiper-b::after {
    width: 100%;
    height: 100%;
    background: url(../images/bg-a3.png)no-repeat center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
}

.model3-swiper .model3-swiper-i {
    min-height: 220px;
    padding: 4px 10px 170px 40px;
    margin: 14px;
    margin-top: 0;
    position: relative;
}

.model3-swiper .model3-swiper-i::after {
    width: 2px;
    height: calc(100% - 69px);
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 27px;
    background: #D7D7D7;
}

.model3-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.model3-swiper .model3-swiper-i&gt;.t1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #007BC6;
    margin-bottom: .15rem;
}

.model3-swiper .model3-swiper-i&gt;.t2 {
    font-weight: bold;
    font-size: 16px;
    color: #007BC6;
    line-height: 22px;
    margin-bottom: .1rem;
}

.model3-swiper .model3-swiper-i&gt;.t3 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.model3-swiper .model3-swiper-i::before {
    width: 28px;
    height: 28px;
    content: '';
    display: block;
    background: url(../images/icon-a4.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.model3-swiper-b .product-model7-swiper-next,
.model3-swiper-b .product-model7-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.model3-swiper-b .product-model7-swiper-next {
    right: 0;
}

.about-model6 {
    background: #F2F8FD;
    padding: 1rem 0 .76rem;
}

.about-model6 .row&gt;.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    margin: .37rem 0 .78rem;
}

.about-model6-list-i {
    width: 48%;
    position: relative;
}

.about-model6-list-i&gt;.t1 {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 1;
}

.join-top {
    height: 59px;
    display: flex;
    align-items: center;
    padding: 0 29px 0 45px
}

.unfold {
    width: 73px
}

.join-nav {
    width: calc(100% - 90px);
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}

.join-nav li {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-nav li:nth-child(1) {
    width: 15%;
    margin-right: 15px
}

.join-nav li:nth-child(3) {
    width: 10%;
}

.join-nav li:nth-child(n + 2) {
    text-align: center
}

.join-con {
    margin-top: 16px
}

.join-nav1 {
    height: 47px;
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    display: flex;
    align-items: center;
}

/* .join-nav1 li:nth-child(1) {
    color: #3b60b8
} */

.join-con-box {
    background: #F2F8FD;
    margin-bottom: 16px;
}

.unfold-up {
    background: url(../images/down.png) no-repeat center center;
    width: 73px
}

.join-us {
    background: #fff;
    padding: 34px 29px 70px 45px;
    border-top: 1px solid #f0f1f3
}

.join-us .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 22px
}

.join-con-box.current .join-btn {
    background: #339AD5;
}

.join-con-box.current .join-nav1 {
    color: #fff;
}

.join-btn {
    padding: 0 29px 0 45px;
}

.join-con-box.current .unfold-up {
    background: url(../images/up.png) no-repeat center center
}

.join-us-btn&gt;.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: .08rem;
}

.join-us-btn {
    width: max-content;
    height: 34px;
    padding: 0 .35rem;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 17px;
    margin-top: .4rem;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.join-b {
    padding: .89rem 20px;
}

.join-model-b&gt;.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    margin-bottom: .53rem;
}

.join-model-b&gt;.t1 strong {
    font-size: 18px;
}

.join-model-input&gt;.inputs {
    width: 48%;
    height: 46px;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid #DFDFDF;
}

.join-model-input {
    margin-bottom: 20px;
}

.join-model-input&gt;.texts {
    width: 100%;
    min-height: 119px;
    font-size: 14px;
    padding: 14px 16px;
    border: 1px solid #DFDFDF;
}

.join-model-input .code&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-model-input .code {
    max-width: 116px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-model-upload {
    width: max-content;
    height: 34px;
    background: rgba(51, 154, 213, 0);
    border-radius: 17px;
    border: 1px solid #339AD5;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #339AD5;
    line-height: 34px;
    padding: 0 24px;
    cursor: pointer;
}

.join-model-upload&gt;.inputs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    cursor: pointer;
}

.join-model-submit {
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg, #74C157, #60CCF0);
    border-radius: 22px;
    margin-top: .24rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.investor-b {
    padding: .76rem 0;
}

.investor-b .row {
    margin-bottom: .94rem;
}

.investor-i {
    width: 48%;
    padding: .34rem .25rem .34rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.investor-i:hover .investor-info&gt;.t1 {
    color: #339AD5;
}

.investor-info&gt;.t1 {
    font-weight: 800;
    font-size: 20px;
    color: #3D3D3D;
}

.investor-info&gt;.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #676767;
    line-height: 30px;
}

.investor-info {
    margin-right: 15px;
    width: calc(100% - 50px);
}


/*  new  */
@media (max-width:1600px) {
    .mauto {
        width: 100%;
    }
}

@media (max-width:1500px) {
    .mauto {
        /* width: 95%; */
    }

    nav ul li {
        min-width: 90px;
    }

    .home-swiper-con *,
    .home-swiper-con&gt;.title {
        font-size: 40px;
        line-height: 55px;
    }

    .home-swiper-con&gt;.info {
        font-size: 24px;
        line-height: 40px;
    }

    .header {
        width: 95%;
    }

}

@media (max-width:1400px) {
    .public-con {
        padding: 0 !important;
    }

    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .public-top {
        padding-top: 119px;
    }

    nav ul li {
        min-width: 80px;
    }

    .home-swiper-con *,
    .home-swiper-con&gt;.title {
        font-size: 30px !important;
        line-height: 45px !important;
    }

    .home-swiper-con&gt;.info {
        font-size: 22px;
        line-height: 36px;
    }

    .leave-b {
        padding: .77rem 20px;
    }

    .contact-b .bottom,
    .public-tobody,
    .news-b {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-detail {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 5px;
    }

    .public-footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media (max-width:1280px) {
    .leader-b .row .right {
        padding-left: 0.5rem;
    }

    .mauto {
        /* width: 95%; */
    }

    .header-menu-i {
        margin-right: 0.2rem;
    }

    .mission-b-child-i.b {
        top: 80%;
    }

    .mission-b-img {
        width: 5.88rem;
        height: 5.88rem;
        min-width: 5.88rem;
        min-height: 5.88rem;
    }

    .mission-b-logo {
        width: 4.27rem;
        height: 4.28rem;
    }

    .home-model3 .row .right {
        margin-left: 0.5rem;
        width: calc(100% - 5.88rem);
    }
}

@media (max-width:1200px) {
    .md-db {
        display: block !important;
    }

    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    nav ul li {
        margin: 0 0px;
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav&gt;li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav&gt;li&gt;a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav&gt;li&gt;a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav&gt;li .sub-nav {
        display: none
    }

    .header-m .nav&gt;li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav&gt;li .sub-nav a::before,
    .header-m .nav&gt;li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav&gt;li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav&gt;li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav&gt;li.cur {
        position: relative
    }

    .header-m .nav&gt;li.cur::after,
    .header-m .nav&gt;li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav&gt;li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav&gt;li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav&gt;li.active::after {
        background: #fff
    }

    .header-m .nav&gt;li.active::before {
        height: 0
    }

    .header-m .nav&gt;li.active&gt;a {
        color: #fff;
        background: #1062A5
    }

    .header-m .nav&gt;li.active&gt;a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav&gt;li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

}

@media (max-width:1200px) {
    .company-con {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .company-con,
    .company-swiper {
        width: 100%;
    }

    .company-b .top .top-i {
        display: block;
    }

    .about-model3-list {
        margin-left: -30px;
    }

    .about-model3-list-i {
        padding-left: 30px;
    }

    .about-model2-img {
        margin: auto;
        margin-top: 20px;
    }

    .about-model1-i {
        margin-top: 0.3rem;
    }

    .about-model1-con {
        margin-top: 20px;
        margin-left: 0;
    }

    .about-model2-con,
    .about-model1-img,
    .about-model1-con {
        width: 100%;
    }

    .about-model2 .row,
    .about-model1-i {
        display: block;
    }

    .contact-b .top .left .left-i .t2 {
        line-height: 30px;
    }

    .contact-b .top .left .left-i .t1 {
        margin-bottom: 10px;
    }

    .contact-b .top .left .left-i {
        width: 100%;
        padding: 0 20px;
    }

    .about-model6,
    .about-model5,
    .about-model4,
    .about-model2,
    .about-model3,
    .about-model1,
    .contact-b .top .left {
        padding: .5rem 0;
    }

    .contact-b .top .left,
    .contacts-map {
        width: 100%;
    }

    .business-b-con {
        padding: 0 0.5rem;
    }

    .business-b-img {
        width: 3rem;
        height: 3rem;
    }

    .md-dn {
        display: none !important;
    }

    .contact-b .top,
    .home-model2 .row {
        display: block;
    }

    .home-model2 .row .right,
    .home-model2 .row .left {
        width: 100%;
    }

    .home-model2 .row .right {
        margin-top: 20px;
    }

    .home-model2 .row .left&gt;.t1 {
        margin: 0.4rem 0 0.5rem;
    }

    .product-detail {
        margin-top: 100px;
    }

}

@media (max-width:1100px) {
    nav ul li {
        min-width: 106px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }
}

@media (max-width:1024px) {
    .product-detail-con {
        margin-top: 0.5rem;
        padding: 0 20px 0.5rem;
    }

    .product-detail-con&gt;.t2 {
        font-size: 20px;
        margin: 0.1rem 0;
    }

    .product-detail-con&gt;.t1 {
        font-size: 40px;
    }

    .product-type-i:last-child {
        border-right: 1px solid #C1C9E1;
    }

    .product-type-i {
        width: calc(100% / 3);
        padding: 1rem 20px;
        border-bottom: 1px solid #C1C9E1;
    }

    .product-type {
        display: flex;
        flex-wrap: wrap;
    }

    .product-list-i {
        width: calc(100% / 3);
        padding-left: 20px;
        margin-bottom: 0.3rem;
    }

    .develop-b {
        padding-top: .5rem;
    }

    .develop-list-i {
        padding-bottom: .5rem;
    }

    .company-b .top .top-i1 .top-i1-con .type {
        margin-top: 0;
    }

    .company-b .top .top-i,
    .company-b .top .top-i1 {
        padding: .5rem 0;
    }

    .model3-swiper-b::after {
        bottom: 12px;
    }

    .about-model3-list {
        display: flex;
        flex-wrap: wrap;
    }

    .lx-i-inpit-b .lx-i-inpit-i,
    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        margin-bottom: 20px;
    }

    .contact-b .bottom {
        padding: .3rem 20px;
    }

    .contact-b .top .left {
        padding: .3rem 0;
    }

    .leader-b .row .left {
        margin: auto;
    }

    .leader-b .row .right {
        padding-left: 0;
        margin-top: 20px;
    }

    .business-b-img {
        margin: auto;
    }

    .business-b-con {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .leader-b .row,
    .business-b-i:nth-child(even)&gt;.row,
    .business-b-i .row {
        display: block;
    }

    .leader-b .row .right,
    .join-nav li:nth-child(1) {
        width: 100%;
    }

    .leader-b {
        padding: 0.5rem 0px;
    }

    .business-b-i,
    .join-b {
        padding: 0.5rem 20px;
    }

    .join-top,
    .unfold,
    .join-nav li:nth-child(n + 2) {
        display: none;
    }

    .join-us {
        background: #fff;
        padding: 30px;
        border-top: 1px solid #f0f1f3;
    }

    .honor-b-list-i {
        padding: 25px 40px;
    }

    .newsdetail-con {
        margin-top: 30px;
    }

    .newsdetail-b {
        padding: 30px 20px 50px 20px;
    }

    .newsdetail-title {
        padding: 0.2rem 0 0.4rem;
    }

    .product-detail {
        margin-top: 30px;
    }

    .society-b,
    .lx-box {
        padding: .5rem 20px;
    }

    .public-menu {
        display: none;
    }

    .main-nav-m {
        display: block;
    }

    .home-model4,
    .home-model3,
    .home-model1 {
        padding: .5rem 0 .8rem;
    }

    .home-model2 .row {
        padding: .5rem 20px .6rem;
    }

    .public-title {
        font-size: 30px;
    }

    .model1-swiper {
        margin-top: 0.5rem;
    }

    .public-footer .top,
    .home-model4-i,
    .home-model3 .row {
        display: block;
    }

    .home-model3 .row .right {
        width: 100%;
        margin-left: 0;
    }

    .home-model3 .row .right&gt;.type .type-i {
        margin-bottom: 0.2rem;
    }

    .home-model4-i&gt;.left {
        width: 100%;
        margin-right: 0;
    }

    .home-model4-i&gt;.right {
        width: 100%;
        margin-top: 20px;
    }

    .home-model5-info&gt;.t1 {
        font-size: 20px;
    }

    .public-footer-i {
        margin-bottom: 20px;
    }

    .public-footer-i:last-child {
        margin-bottom: 0;
    }

    .about-model3-list-i {
        width: calc(100% / 2);
    }

    .about-model3-list-con {
        padding: 0.3rem 20px .5rem;
    }

    .model2-swiper-con {
        padding: 0.2rem 20px 0.3rem;
        text-align: center;
    }
}

@media (max-width:980px) {}

@media (max-width:768px) {
    .investor-info&gt;.t1 {
        font-size: 18px;
    }

    .investor-b .row {
        margin-bottom: 0.5rem;
    }

    .investor-b {
        padding: 0.5rem 0;
    }

    .investor-i {
        width: 100%;
        padding: 0.3rem 0.25rem 0.3rem 0;
    }

    .product-detail-con&gt;.t2 {
        font-size: 18px;
    }

    .product-detail-con&gt;.t1 {
        font-size: 22px;
    }

    .product-type-i {
        width: calc(100% / 2);
        padding: 1rem 20px;
    }

    .product-list {
        padding: 0.3rem 20px;
    }

    .product-list&gt;.row {
        margin-left: 0;
    }

    .product-list-i&gt;.row {
        width: 100%;
    }

    .product-list&gt;.row {
        display: flex;
        justify-content: space-between;
    }

    .product-list-i {
        width: 48%;
        padding-left: 0px;
        margin-bottom: 0.1rem;
    }

    .develop-list-i .left-i {
        font-size: 30px;
    }

    .develop-list-i .right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .develop-img {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .develop-list::after {
        display: none;
    }

    .develop-list-i:nth-child(even) .left-i span,
    .develop-list-i .left-i span {
        transform: rotate(-90deg);
    }

    .develop-list-i .right {
        padding: 0;
        margin-top: 20px;
    }

    .develop-list-i:nth-child(even) .left-i,
    .develop-list-i .left-i {
        margin: auto;
        transform: rotate(90deg);
    }

    .develop-list-i .left,
    .develop-list-i .right {
        width: 100%;
    }

    .develop-list-i:nth-child(even),
    .develop-list-i {
        display: block;
    }

    .company-swiper-prev {
        right: 13%;
    }

    .company-b .bottom,
    .company-b .bottom .bottom-img {
        min-height: 5rem;
    }

    .company-b .top .top-i1 .top-i1-con&gt;.t2 {
        margin: .2rem 0;
    }

    .company-b .top .top-i1 .top-i1-img {
        margin-right: 0.5rem;
    }

    .company-b .top .top-i1 .top-i1-con&gt;.t2,
    .company-con&gt;.t2 {
        line-height: 26px;
    }

    .company-b .top .top-i::after {
        width: 100%;
    }

    .about-model6-list-i:last-child {
        margin-bottom: 0;
    }

    .about-model6-list-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-model6-list {
        display: block;
    }

    .about-model4-swiper {
        margin-top: .3rem;
    }

    .company-con&gt;.t1 {
        margin-bottom: 10px;
    }

    .company-b .top .top-i1 .top-i1-con&gt;.t1,
    .company-con&gt;.t1,
    .about-model6-list-i&gt;.t1 {
        font-size: 20px;
    }

    .model3-swiper .model3-swiper-i&gt;.t1 {
        font-size: 22px;
        line-height: 24px;
    }

    .model3-swiper .model3-swiper-i {
        padding: 4px 10px 130px 30px;
    }

    .model3-swiper-b::after {
        bottom: 33px;
    }

    .about-model2-con&gt;.t1 {
        line-height: 26px;
    }

    .about-model1-con&gt;.t3 {
        margin: auto;
    }

    .about-model4-swiper-next {
        right: 0;
    }

    .about-model4-swiper-prev {
        left: 0;
    }

    .about-model4 .public-btn,
    .about-model3 .public-btn {
        margin-top: .3rem;
    }

    .about-model3-list-con {
        padding: .2rem 20px .4rem;
    }

    .about-model1-con {
        padding: 0.3rem 0.2rem;
    }

    .about-model3-list,
    .about-model2-con&gt;.t1 {
        margin-top: 20px;
    }

    .about-model6,
    .about-model5,
    .about-model4,
    .about-model2,
    .about-model3,
    .about-model1,
    .contact-b .top .left {
        padding: 0.3rem 0;
    }

    .lx-box&gt;.t1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact-b {
        padding-top: 0.3rem;
    }

    .contact-b .top {
        margin: 0.3rem auto;
    }

    .business-b-i .row {
        padding: 0;
    }

    .public-footer-num {
        padding: .2rem 0;
    }

    .business-b-con&gt;.t2 {
        margin: 5px 0;
    }

    .about-model1-con&gt;.t1,
    .contact-b .top .left .left-i .t1,
    .business-b-con&gt;.t1 {
        font-size: 20px;
    }

    .business-b-img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .join-model-input&gt;.inputs {
        width: 100%;
        margin-right: 10px;
    }

    .join-model-input&gt;.inputs:last-child {
        margin-right: 0;
    }


    .join-b,
    .honor-b-list {
        padding: 0.3rem 20px;
    }

    .honor-b {
        padding: 0.5rem 0;
    }

    .honor-b-list-i {
        width: 48%;
        padding: 20px;
        margin-bottom: .3rem;
    }

    .society-list .society-list-i&gt;.t2 {
        margin: 0.1rem 0 0.2rem;
    }

    .about-model3-list-con&gt;.t1,
    .society-list .society-list-i&gt;.t1 {
        font-size: 20px;
    }

    .society-list .society-list-i {
        padding: 0.3rem 20px;
    }

    .society-list .society-list-i {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .society-list .society-list-i:last-child {
        margin-bottom: 0;
    }

    .society-list {
        display: block;
    }

    .society-b&gt;.t1 {
        line-height: 26px;
        margin: 0.3rem 0 0.4rem;
    }

    .news-list-n {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dynamic-b-date {
        padding: 11px;
        margin-right: 15px;
    }

    .dynamic-b-date h1 {
        font-size: 22px;
    }

    .dynamic-b-con1 p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .news-list-n&gt;.left {
        width: 100%;
    }

    .dynamic-b-con-detail {
        margin: auto;
        margin-top: 20px;
    }

    .news-list-n {
        display: block;
    }

    .industry-i {
        padding-bottom: 20px;
    }

    .industry-i-min-l&gt;.time {
        margin: 15px 0;
    }

    .industry-i-min-l&gt;.home-btn,
    .industry-i-min-l {
        margin-top: 20px;
    }

    .industry-i-min-l,
    .industry-i-min-r {
        width: 100%;
    }

    .page-b,
    .page-b-i {
        margin: 0 6px;
    }

    .newsdetail-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .newsdetail-share {
        display: flex;
        justify-content: center;
    }

    .industry-i-min,
    .newsdetail-title {
        display: block;
    }

    .newsdetail-b {
        padding: 20px;
    }

    .newsdetail-btn {
        margin-top: 30px;
    }

    .newsdetail-page {
        margin-top: 40px;
    }

    .newsdetail-con {
        line-height: 30px;
    }

    .newsdetail-b h2 {
        font-size: 20px;
    }

    .lx-i-inpit-b .lx-i-inpit-i,
    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i .i1 {
        padding: 15px;
    }

    .lx-i-inpit-b .lx-i-inpit-i {
        margin-bottom: 10px;
    }

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
        margin-bottom: 10px;
    }

    .lx-box {
        padding: .3rem 20px;
    }

    .home-model4-top {
        padding: 10px 20px;
    }

    .public-footer .top {
        padding: 0.3rem 0;
    }

    .public-footer-code {
        margin: auto;
    }

    .public-footer-i .msg {
        font-size: 14px;
        line-height: 30px;
    }

    .home-model5-info&gt;.t1 {
        font-size: 16px;
    }

    .home-model5-info {
        width: 60%;
    }

    .home-model4-i .right .right-list,
    .home-model4-list {
        padding: 20px;
    }

    .home-model4,
    .home-model3,
    .home-model1 {
        padding: 0.4rem 0 0.6rem;
    }

    .home-model3 .row .right&gt;.t2 {
        margin-bottom: .3rem;
    }

    .home-model3 .row .right&gt;.type {
        margin-top: 0.3rem;
    }

    .top-i1-con .type .type-i&gt;.t1 .b,
    .home-model3 .row .right&gt;.type .type-i&gt;.t1 .b {
        font-size: 18px;
        line-height: 30px;
    }

    .top-i1-con .type .type-i&gt;.t1 .a,
    .home-model3 .row .right&gt;.type .type-i&gt;.t1 .a {
        font-size: 24px;
        line-height: 30px;
    }

    .home-swiper-con {
        padding: 0 20px;
    }

    .home-swiper-con *,
    .home-swiper-con&gt;.title {
        font-size: 22px !important;
        line-height: 40px !important;
    }

    .public-title {
        font-size: 20px;
    }

    .public-title::after {
        margin-top: 10px;
    }

    .join-us {
        padding: 30px 10px;
    }

    .join-btn {
        padding: 0 10px 0 20px;
    }

    .model3-swiper {
        width: 95%;
    }

    .about-model6 .row&gt;.t1 {
        margin: 0.2rem 0 0.4rem;
        line-height: 26px;
    }

    .company-b .top .top-i,
    .company-b .top .top-i1 {
        padding: 0.3rem 0;
    }

    .product-type-i&gt;.t1 {
        font-size: 20px;
    }

    .product-detail-con {
        margin-top: 0.3rem;
        padding: 0 20px 0.89rem;
    }
}

@media (max-width:580px) {
    .product-list-i {
        width: 100%;
    }

    .product-type-i {
        width: 100%;
        border-right: none;
        padding: 1rem 20px;
    }

    .develop-list-i .left-i {
        font-size: 20px;
    }

    .company-swiper-prev {
        right: 17%;
    }

    .top-i1-con .type .type-i {
        width: calc(100% / 3);
        margin-bottom: 10px;
    }

    .company-b .top .top-i1 .top-i1-con .type {
        display: flex;
        flex-wrap: wrap;
    }

    .company-b .top .top-i1 .top-i1-con {
        padding-left: 20px;
        padding-right: 20px;
    }

    .company-b .top .top-i1 .top-i1-img {
        display: none;
    }

    .model3-swiper-b::after {
        bottom: 63px;
    }

    .about-model3-list-i:nth-child(even) {
        display: block;
    }

    .about-model3-list-i {
        width: 100%;
    }

    .contacts-map {
        height: 340px;
    }

    .join-model-input {
        margin-bottom: 15px;
    }

    .join-model-input&gt;.inputs {
        height: 40px;
        padding: 10px 15px;
    }

    .join-model-b&gt;.t1 {
        margin-bottom: .3rem;
    }

    .honor-b-list-i {
        width: 100%;
    }

    .society-list-row {
        display: block;
    }

    .society-list-row .society-list-img {
        margin: 0 0 10px 0;
    }

    .society-list-row .society-list-img:last-child {
        margin-bottom: 0;
    }

    .newsdetail-btn {
        margin-top: 20px;
    }

    .newsdetail-page span {
        width: 100%;
        margin-bottom: 20px;
    }

    .newsdetail-page {
        display: block;
        margin-top: 20px;
    }

    .home-model5-info {
        width: 70%;
    }

    .home-model4-list-con .title .t1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-model4-list-con .title,
    .home-model4-list-i {
        display: block;
    }

    .home-model4-list-img {
        max-width: none;
    }

    .home-model4-list-con {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .home-model4-list-con .info {
        margin: 10px 0 15px;
    }
}</pre></body></html>